Charting for WinForms Programmer's Guide
LayoutBuilder.CreateLayout Method
See Also
 






Creates a StackPanel for each array of components and adds it to a parent StackPanel with opposite orientation.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public StackPanel CreateLayout (
    bool horizontal,
    Component[] c1,
    Component[] c2,
    Component[] c3
)

Visual Basic  Copy Code

Public Function CreateLayout( _
    horizontal As Boolean, _
    c1() As Component, _
    c2() As Component, _
    c3() As Component _
) As StackPanel

 Parameters

horizontal

The orientation of the parent panel.

c1

The first stack of components.

c2

The second stack of components.

c3

The third stack of components.

 Return Value

A StackPanel instance.

 See Also

LayoutBuilder Members
LayoutBuilder Class
MindFusion.Charting.WinForms Namespace